Application settings
Below you find the application settings, (default) solution settings and (default) user settings that can be configured, as well as a list of placeholders. The 'default solution' settings will be used for every newly created solution (saved to JewelSuiteFile
Application configurations
The ApplicationConfigurations section of the configuration file contains those settings that are configurable in the JewelSuite.exe.config file, and are overridable by settings in sub-configurations. The following settings are part of these application settings:
*BlueMarbleGeoDataFile - The BlueMarble geodata.xml file installed with the application is used by default. To provide a custom data file usage, set the path to the BlueMarbleGeoDataFile setting.
The above keys and values are (also) the default settings that apply when a key/value pair is not present or specified.
Solution settings
SolutionSettings contains the default settings for (new) JewelSuite solutions. These settings can be overridden by sub-configurations.
- UserSettingsPath - The default path of the user settings is what is set to the Environment.SpecialFolder.UserProfile\AppData\Local\{ CompanyName}. If Environment.SpecialFolder.UserProfile is not setup on the machine, then the default path is set to the path where the executable is located. The default settings filename follows the following template: UserSettings.{applicationName}.{majorVersion}.{minorVersion}.json
- CubicFeetOfGasForOneBarrelOfOilEquivalent with default value = 5800.464037 This value can be overwritten by modifying the value in the 'Gas to Boe conversion factor' field on the Constants form (home > Settings).
For example: C:\Users\smitjoh\AppData\Local\Baker Hughes, the filename is
User settings
- UserDisplayName - This setting is used on various reports generated with the application. The default value is the username. With this setting you can change the default, for example instead of username ‘smitjoh' the name 'John Smith’ can be used. Note that this is a shared setting amongst all users using the same computer.
- UserColorSetDictionaryFilePath - The default value is the path Environment.SpecialFolder.UserProfile\AppData\Local\{ CompanyName}\{CultureInfo.CurrentUICulture.Name }\ColorSetDictionary.xml when UserProfile available. Otherwise the path where the executable is located\{ CultureInfo.CurrentUICulture.Name }\ColorSetDictionary.xml.
- MaxMostRecentUsedSolutions - This setting defines the amount of JewelSuiteFiles that the application remembers you have had open and saved in previous sessions.
- CustomTempFolder - JewelSuite applications store temporary files used by the application while running. With this setting you can change the default path to the temporary files, which is pointing to the Temp directory in AppData. In order to use the custom temp folder you need to set the UseCustomTempFolder to true.
- UseCustomTempFolder - This setting enables/disables the usage of the custom temp folder. True if the 'CustomTempFolder' setting is used, otherwise false.
In the AdditionalSettings section, the settings of add-ins are listed.
Placeholders